DWGCodePage
Description
This property gets the drawing code page; sets to the system code page when a new drawing is created, but not otherwise maintained by AutoCAD.
The list of Windows code pages:
Single Byte Character Set (SBCS):
- 1250: Windows Latin 2 (Central Europe)
- 1251: Windows Cyrillic
- 1252: Windows Latin 1 (ANSI)
- 1253: Windows Greek
- 1254: Windows Latin 5 (Turkish)
- 1255: Windows Hebrew
- 1256: Windows Arabic
- 1257: Windows Baltic
- 1258: Windows Vietnamese
- 874: Windows Thai
Double Byte Character Set (DBCS):
- 932: Japanese Shift-JIS
- 936: Simplified Chinese GBK
- 949: Korean
- 950: Traditional Chinese Big5
Syntax
property DWGCodePage: Word;